ObservableCollectionEx<TItem> Class
In This Topic
Extended version of System.Collections.ObjectModel.ObservableCollection`1.
Object Model
Syntax
'Declaration
Public Class ObservableCollectionEx(Of )
Inherits System.Collections.ObjectModel.ObservableCollection(Of TItem)
public class ObservableCollectionEx<> : System.Collections.ObjectModel.ObservableCollection<TItem>
Type Parameters
- TItem
- The type of collection item.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
GrapeCity.Documents.Common.ObservableCollectionEx<TItem>
GrapeCity.Documents.Pdf.AssociatedFiles
GrapeCity.Documents.Pdf.Layers.OptionalContentGroupList
See Also